Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix export tutorial #3130

Merged
merged 4 commits into from
Jan 27, 2025
Merged

Fix export tutorial #3130

merged 4 commits into from
Jan 27, 2025

Conversation

angelayi
Copy link
Contributor

Fixing issues from @lucylq (thanks!)

Description

Checklist

  • The issue that is being fixed is referred in the description (see above "Fixes #ISSUE_NUMBER")
  • Only one issue is addressed in this pull request
  • Labels from the issue that this PR is fixing are added to this pull request
  • No unnecessary issues are included into this pull request.

Copy link

pytorch-bot bot commented Oct 30, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/tutorials/3130

Note: Links to docs will display an error until the docs builds have been completed.

⏳ No Failures, 1 Pending

As of commit 61b88d6 with merge base 8604b4b (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@svekars
Copy link
Contributor

svekars commented Oct 30, 2024

I believe we need to enable here: https://github.com/pytorch/tutorials/blob/main/.jenkins/validate_tutorials_built.py#L52

@angelayi angelayi force-pushed the angelayi/export_fix branch from 74715d4 to c371b99 Compare October 30, 2024 23:20
@angelayi angelayi requested a review from svekars October 31, 2024 17:06
Copy link

Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as stale.
Feel free to remove the stale label if you feel this was a mistake.
If you are unable to remove the stale label please contact a maintainer in order to do so.
If you want the bot to never mark this PR stale again, add the no-stale label.
stale pull requests will automatically be closed after 30 days of inactivity.

@github-actions github-actions bot added the stale Stale PRs label Dec 31, 2024
@angelayi angelayi force-pushed the angelayi/export_fix branch 3 times, most recently from 351e0e1 to 200c594 Compare January 6, 2025 18:14
######################################################################
# Other control flow ops include ``while_loop``, ``associative_scan``, and
# ``scan``. For more documentation on each operator, please refer to
# `this page <https://github.com/pytorch/pytorch/tree/main/torch/_higher_order_ops>`__.

######################################################################
# Constraints/Dynamic Shapes
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section will be updated by #3214


######################################################################
# Decompositions
# --------------
# IR/Decompositions
Copy link
Contributor Author

@angelayi angelayi Jan 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @tugsbayasgalan -- I updated the tutorial for run_decompositions

@angelayi angelayi changed the base branch from main to 2.6-RC-TEST January 6, 2025 18:32
@angelayi angelayi added 2.6 Tracking 2.6 version PRs. and removed stale Stale PRs labels Jan 6, 2025
Copy link
Contributor

@svekars svekars left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. We'll merge into main when 2.6 binaries are pulled there.

@svekars svekars changed the base branch from 2.6-RC-TEST to main January 24, 2025 18:35
@svekars svekars changed the base branch from main to 2.6-RC-TEST January 24, 2025 18:35
@angelayi angelayi force-pushed the angelayi/export_fix branch from 5bc8a58 to 547d9fe Compare January 24, 2025 19:28
@angelayi angelayi changed the base branch from 2.6-RC-TEST to main January 24, 2025 19:28
@angelayi angelayi force-pushed the angelayi/export_fix branch from 8577b8d to 935ddb0 Compare January 27, 2025 21:09
@angelayi angelayi force-pushed the angelayi/export_fix branch from 935ddb0 to c7ba991 Compare January 27, 2025 21:10
@svekars svekars merged commit 15f7cb3 into main Jan 27, 2025
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.6 Tracking 2.6 version PRs. cla signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants